home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SOHO - Exploring the Sun - 2003 Update
/
SOHO - Exploring the Sun - 2003 Update.iso
/
pc
/
data
/
main.dcr
/
scripts_207.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2003-02-25
|
242 b
|
11 lines
on gotomynetpage linkname
global muzversion
set the text of field "netlinkfield" to linkname
if muzversion = 0 then
gotoNetPage(linkname)
jump("webjump", the frame - 1)
else
jump("webjump_muz", the frame - 1)
end if
end